Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / UnionAnchorPoints Method / UnionAnchorPoints(DrawingObject[],AnchorPoint,AnchorPoint) Method
The drawing objects.
The union start anchor point.
The union end anchor point.


In This Topic
UnionAnchorPoints(DrawingObject[],AnchorPoint,AnchorPoint) Method
In This Topic
Get the union area as anchor points of all drawing objects.
Syntax
'Declaration
 
Public Overloads Shared Sub UnionAnchorPoints( _
   ByVal drawingObjects() As DrawingObject, _
   ByRef unionStartAnchorPoint As AnchorPoint, _
   ByRef unionEndAnchorPoint As AnchorPoint _
) 
 
'Usage
 
Dim drawingObjects() As DrawingObject
Dim unionStartAnchorPoint As AnchorPoint
Dim unionEndAnchorPoint As AnchorPoint
 
WorksheetDrawing.UnionAnchorPoints(drawingObjects, unionStartAnchorPoint, unionEndAnchorPoint)

Parameters

drawingObjects
The drawing objects.
unionStartAnchorPoint
The union start anchor point.
unionEndAnchorPoint
The union end anchor point.
See Also